参考: https://stackoverflow.com/questions/65299267/change-legend-marker-size-for-plotly-scatter-plot-bubble-chart-in-python
fig.update_layout(legend= {'itemsizing': 'constant'})
このページの著者: takanotume24